home *** CD-ROM | disk | FTP | other *** search
/ .net 2002 March / DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin / pc / PC Software / free_browsing / DavesQckSearchDbar3-14 / dqsd.exe / searches / amed.xml < prev    next >
Text File  |  2002-08-30  |  1KB  |  42 lines

  1. <search function="amed">
  2.   <name>AccessMedicine</name>
  3.   <description>
  4.     Search AccessMedicine's database of medical information.<br/>
  5.     <div class="helpboxDescLabels">Example:</div>
  6.     <table class="helpboxDescTable">
  7.           <tr><td>amed anthrax</td></tr>
  8.       </table>
  9.   </description>
  10.   <category>Other</category>
  11.   <link>http://www.accessmedicine.com/</link>
  12.   <contributor>Andrew Gilmartin</contributor>
  13.   
  14.   <form name="amedf"
  15.         action="http://www.accessmedicine.com/cgi-bin/search_simple.cgi"
  16.         method="get">
  17.     <input type="hidden" name="category" value="chapters_updates"/>
  18.     <input type="hidden" name="category" value="tables_figures"/>
  19.     <input type="hidden" name="category" value="related_sites"/>
  20.     <input type="hidden" name="QueryText"/>
  21.   </form>
  22.   
  23.   <script><![CDATA[
  24.     function amed(q)
  25.     {
  26.       if( nullArgs("amed", q) )
  27.         return false;
  28.       else
  29.       {
  30.         document.amedf.QueryText.value = q;
  31.         submitForm( amedf );
  32.       }
  33.     }
  34.   ]]></script>
  35.  
  36.   <copyright>
  37.     Copyright (c) 2002 David Bau
  38.     Distributed under the terms of the
  39.     GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  40.   </copyright>
  41. </search>
  42.